-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "manifesto-ai",
"version": "1.3.6",
"description": "Multiple artificial intelligences must not be censored or controlled by anybody",
"private": true,
"license": "MIT",
"main": "dist/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack-dev-server",
"dist": "npx rimraf ./dist && npx webpack --config webpack.config.js --colors",
"dist:prod": "NODE_ENV=production npm run dist"
},
"keywords": [
"manifesto.ai",
"manifesto",
"freeai",
"ai"
],
"author": "Kostiantyn Smyrnov <[email protected]>",
"contributors": [
"Kostiantyn Smyrnov <[email protected]>",
"Dmitry Litvinov <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"rimraf": "^2.6.2",
"css-loader": "1.0.1",
"html-webpack-plugin": "4.0.0-alpha",
"copy-webpack-plugin": "4.6.0",
"mini-css-extract-plugin": "0.4.4",
"node-sass": "4.10.0",
"file-loader": "2.0.0",
"url-loader": "1.1.2",
"sass-loader": "7.1.0",
"postcss-loader": "3.0.0",
"autoprefixer": "9.3.1",
"webpack": "4.25.1",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10"
}
}