-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
{
"name": "texas_assets",
"version": "0.1.0",
"description": "Texas is completely built on IC and controls all settlements through Motoko Actor smart contract, all codes, contracts, and algorithms are publicly visible, it features decentralization and opens up a new game of life.",
"keywords": [
"vue3",
"internet computer protocol",
"icp",
"nnsdao",
"dfinity",
"daos"
],
"scripts": {
"build": "webpack",
"serve": "webpack serve"
},
"devDependencies": {
"@dfinity/agent": "0.9.1-beta-1",
"@dfinity/auth-client": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/candid": "^0.9.1",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"ant-design-vue": "^2.2.2",
"assert": "2.0.0",
"babel-eslint": "^10.1.0",
"buffer": "6.0.3",
"core-js": "^3.6.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"events": "3.3.0",
"html-webpack-plugin": "5.3.1",
"ic-stoic-identity": "^1.4.0",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "5.1.1",
"util": "0.12.3",
"vue": "^3.0.0",
"vue-loader": "^16.3.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^4.0.2",
"webpack": "5.24.4",
"webpack-cli": "4.5.0"
},
"dependencies": {
"vue-router": "^4.0.10"
}
}